lcDrwGetObjectByIDH Home

Returns the handle to an object by the object's identifier.

 HANDLE lcDrwGetObjectByIDH (
   HANDLE hDrw,
   int ObjType,
   LPCWSTR szIdHex
 );

Parameters
hDrw
  Handle to a drawing object.
ObjType
  Object type.
szIdHex
  Text string representing hexadecimal value of object's identifier (LC_PROP_TABLE_ID property).

Return Value

  Handle to an object.
If an object with specified identifier is not found, the function returns NULL.

See Also

  lcDrwGetObjectByName,   lcDrwGetObjectByID